Skip to content

Commit

Permalink
Update version in AppModule to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Sep 20, 2024
1 parent 9dbd773 commit 58374e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static void contributeFactoryDefaults(

// The application version is primarily useful as it appears in
// any exception reports (HTML or textual).
configuration.override(SymbolConstants.APPLICATION_VERSION, "1.0.3-SNAPSHOT");
configuration.override(SymbolConstants.APPLICATION_VERSION, "1.0.3");
// Avoid Ajax-requests waiting for each other. This would make asynchronous lading of
// dashboard elements impossible
configuration.override(SymbolConstants.SESSION_LOCKING_ENABLED, false);
Expand Down

0 comments on commit 58374e0

Please sign in to comment.