Bump to 1.9.17

This commit is contained in:
raoulvdberge
2021-11-16 11:06:42 +01:00
parent de63fccf43
commit 110d434011
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# Refined Storage Changelog
### 1.9.17
### 1.9.16
- Added Covers for all cable types! (Buuz135)

View File

@@ -36,7 +36,7 @@ pitest {
junit5PluginVersion = "0.12"
}
version = '1.9.16'
version = '1.9.17'
def env = System.getenv()
if (env.BUILD_NUMBER) {
version = version + "+" + "${env.BUILD_NUMBER}"