BP 728: added documentation of version
diff --git a/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/build.adoc b/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/build.adoc
index b84a4ff..3d631c7 100644
--- a/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/build.adoc
+++ b/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/build.adoc
@@ -36,6 +36,9 @@
 7z a -tzip "oKBereitschaftsplanungFrontend.war" "./dist/*" -mx5
 ----
 
+The Applicationversion can be found either in sourcecode and in the application itself. In sourcecode you find the version in the package.json file. In the application you can find the version in the bottom right corner.
+
+
 == Back End (manual build) [[BackEnd]]
 The back end is a maven based java project that can be build by a mvn statement like this.