Skip to content

Commit c387cea

Browse files
committed
Update version to 4.0
1 parent c0aef07 commit c387cea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'application'
44

55
group = 'com.exalttech'
6-
version = '3.2'
6+
version = '4.0'
77

88
description = """TRex Stateless GUI Application"""
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1717
<modelVersion>4.0.0</modelVersion>
1818

19-
<groupId>com.exalttech</groupId>
19+
<groupId>com.cisco</groupId>
2020
<artifactId>trex-stateless-gui</artifactId>
21-
<version>3.2</version>
21+
<version>4.0</version>
2222
<packaging>jar</packaging>
2323

2424
<name>TRex Stateless GUI Application</name>

src/main/deploy/package/windows/trex-stateless-gui.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define TrexAppName "trex-stateless-gui"
22
#define TrexDisplayAppName "TRex"
3-
#define TrexAppVersion "3.2"
3+
#define TrexAppVersion "4.0"
44
#define TrexAppPublisher "TRex"
55
#define TrexAppURL "https://github.com/cisco-system-traffic-generator/trex-stateless-gui"
66
#define TrexAppExeName "trex-stateless-gui.exe"

0 commit comments

Comments
 (0)