Skip to content

Commit

Permalink
b0noI#238 Update file main.properties with the correct version of the…
Browse files Browse the repository at this point in the history
… AIF.
  • Loading branch information
asus200786 committed Jun 22, 2016
1 parent 837a29a commit 82bb0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/main.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### 1. Strings ####
version=1.2.0-alpha4
version=2.0.0-Beta2


#### 2. General settings ####
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public void testGetVersion() throws Exception {
// mocks

// expected result
final String expectedResult = "1.2.0-alpha4";
final String expectedResult = "2.0.0-Beta2";

// creating instances
final ISettings testInstance = ISettings.SETTINGS;
Expand Down

0 comments on commit 82bb0cc

Please sign in to comment.