We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d06ba2 commit 9f48850Copy full SHA for 9f48850
build.sbt
@@ -8,7 +8,7 @@ import sbt.Keys._
8
resolvers += Resolver.sonatypeRepo("public")
9
10
val NAME = "kaitai-struct-compiler"
11
-val VERSION = "0.9-SNAPSHOT"
+val VERSION = "0.9"
12
val TARGET_LANGS = "C++/STL, C#, Java, JavaScript, Lua, Nim, Perl, PHP, Python, Ruby"
13
val UTF8 = Charset.forName("UTF-8")
14
0 commit comments