Skip to content

Commit

Permalink
Release 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedjuo committed Aug 4, 2017
1 parent 5b6d0ec commit b71278a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'application'

group = 'com.exalttech'
version = '4.0'
version = '4.1'

description = """TRex Stateless GUI Application"""

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>com.cisco</groupId>
<artifactId>trex-stateless-gui</artifactId>
<version>4.0</version>
<version>4.1</version>
<packaging>jar</packaging>

<name>TRex Stateless GUI Application</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/package/windows/trex-stateless-gui.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define TrexAppName "trex-stateless-gui"
#define TrexDisplayAppName "TRex"
#define TrexAppVersion "4.0"
#define TrexAppVersion "4.1"
#define TrexAppPublisher "TRex"
#define TrexAppURL "https://github.com/cisco-system-traffic-generator/trex-stateless-gui"
#define TrexAppExeName "trex-stateless-gui.exe"
Expand Down

0 comments on commit b71278a

Please sign in to comment.