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 a12e403 commit 59a7d15Copy full SHA for 59a7d15
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.10-SNAPSHOT"
+val VERSION = "0.10"
12
val TARGET_LANGS = "C++/STL, C#, Go, Java, JavaScript, Lua, Nim, Perl, PHP, Python, Ruby"
13
val UTF8 = Charset.forName("UTF-8")
14
0 commit comments