aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 963506b..8716e9b 100644
--- a/build.sc
+++ b/build.sc
@@ -10,7 +10,7 @@ object commando extends ScalaModule with ScalafmtModule with PublishModule {
def testFrameworks = Seq("utest.runner.Framework")
}
- def publishVersion = "0.2.0"
+ def publishVersion = os.proc("git", "describe", "--match=v*").call().out.trim.tail
def pomSettings = PomSettings(
description = "Simple command line parsing.",
organization = "io.crashbox",