diff --git a/build.gradle b/build.gradle index 61a39c8e43..183249320f 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ targetCompatibility = 1.8 group = "com.scalar-labs" archivesBaseName = "scalardb" -//version = "2.4.1" +//version = "3.0.0" // for archiving and uploading to maven central //apply from: 'archive.gradle' diff --git a/tools/scalar-schema/project.clj b/tools/scalar-schema/project.clj index c5603aeda1..2b38dcfdbe 100644 --- a/tools/scalar-schema/project.clj +++ b/tools/scalar-schema/project.clj @@ -1,4 +1,4 @@ -(defproject scalar-schema "2.4.1" +(defproject scalar-schema "3.0.0" :description "Schema tool for Scalar DB" :url "http://github.com/scalar-labs/scalardb" :dependencies [[org.clojure/clojure "1.10.1"]