Skip to content

Commit 99fba55

Browse files
committed
update jupiter version
Former-commit-id: a037083
1 parent a82a30c commit 99fba55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger:
22
- master
33

44
variables:
5-
version: '3.0'
5+
version: '3.1'
66

77
# stages
88
stages:

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
// Jupiter version
11-
version = '3.0'
11+
version = '3.1'
1212

1313
// dependencies repositories
1414
repositories {

src/main/java/jupiter/Globals.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
public final class Globals {
2828

2929
/** Jupiter simulator version */
30-
public static final String VERSION = "v3.0";
30+
public static final String VERSION = "v3.1";
3131

3232
/** Jupiter simulator license and copyright */
3333
public static final String LICENSE = "Copyright (c) 2018-2019 Andrés Castellanos";

0 commit comments

Comments
 (0)