Skip to content

Commit

Permalink
upgrade the version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Jul 26, 2021
1 parent 0d0812a commit faf23c2
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.0-SNAPSHOT'
project.version = '3.1.0'
group = "com.scalar-labs"

repositories {
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.0-SNAPSHOT"
(defproject scalar-schema "3.1.0"
: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 faf23c2

Please sign in to comment.