Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Commit

Permalink
Restored proper version number to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Apr 26, 2018
1 parent 06ace15 commit e021904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Server/src/ca/uqac/lif/cornipickle/server/Main.java
Expand Up @@ -44,7 +44,7 @@ public class Main
/**
* Build string to identify versions
*/
protected static final String VERSION_STRING = "0.1";
protected static final String VERSION_STRING = "1.3";
protected static final String BUILD_STRING = "20180426";

/**
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Expand Up @@ -26,7 +26,7 @@
<name>Cornipickle</name>

<!-- The project's version number -->
<version>0.1</version>
<version>1.3</version>

<!-- The project's author. Currently this only
shows up in the footer of the Javadoc documentation. -->
Expand Down

0 comments on commit e021904

Please sign in to comment.