Skip to content

Commit

Permalink
Upgrade the version to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Dec 13, 2021
1 parent 9b90fb1 commit 8a476bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
apply plugin: 'java-library-distribution'
apply plugin: 'com.diffplug.spotless'

project.version = '3.1.3-SNAPSHOT'
project.version = '3.1.3'

ext {
guiceVersion = '5.0.1'
Expand Down
2 changes: 1 addition & 1 deletion tools/scalar-schema/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject scalar-schema "3.1.3-SNAPSHOT"
(defproject scalar-schema "3.1.3"
:description "Schema tool for Scalar DB"
:url "http://github.com/scalar-labs/scalardb"
:dependencies [[org.clojure/clojure "1.10.1"]
Expand Down

0 comments on commit 8a476bf

Please sign in to comment.