Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Add Link to repo. Update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Dang🤖 committed Sep 23, 2020
1 parent 1a708eb commit b1942ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
}

group = "ai.whylabs"
version = "0.1.0"
//version = "0.1.0-${project.properties.getOrDefault("versionType", "SNAPSHOT")}"
version = "0.0.2b3"
extra["isReleaseVersion"] = !version.toString().endsWith("SNAPSHOT")

allprojects {
Expand Down

0 comments on commit b1942ca

Please sign in to comment.