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

Commit b1942ca

Browse files
author
Andy Dang🤖
committed
Add Link to repo. Update version in README.md
1 parent 1a708eb commit b1942ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
}
66

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

1212
allprojects {

0 commit comments

Comments
 (0)