Skip to content

Commit 2ac1a42

Browse files
authored
Merge pull request #133 from scality/feature/OSIS-141-bump-OSIS-to-v2.1.0
2 parents fbe3153 + a9681a3 commit 2ac1a42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
osisVersion = '2.0.2'
3+
osisVersion = '2.1.0'
44
vaultclientVersion = '1.1.0'
55
springBootVersion = '2.7.6'
66
}

osis-core/src/main/java/com/scality/osis/App.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
*/
77
public interface App {
88

9-
String VERSION = "2.0.2";
10-
Long DATE = 1670842570195L;
9+
String VERSION = "2.1.0";
10+
Long DATE = 1678441656429L;
1111
}

0 commit comments

Comments
 (0)