From 59a7d15670d0c3289bba4c23bba5533b625593da Mon Sep 17 00:00:00 2001 From: Petr Pucil Date: Fri, 8 Jul 2022 18:31:07 +0200 Subject: [PATCH] Update build.sbt version to 0.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4b8da23fd..593457999 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ import sbt.Keys._ resolvers += Resolver.sonatypeRepo("public") val NAME = "kaitai-struct-compiler" -val VERSION = "0.10-SNAPSHOT" +val VERSION = "0.10" val TARGET_LANGS = "C++/STL, C#, Go, Java, JavaScript, Lua, Nim, Perl, PHP, Python, Ruby" val UTF8 = Charset.forName("UTF-8")