Skip to content

Commit

Permalink
We're finally going gold
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Feb 5, 2018
1 parent 1de7d73 commit 33655ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt.Keys._

resolvers += Resolver.sonatypeRepo("public")

val VERSION = "0.8-SNAPSHOT"
val VERSION = "0.8"
val TARGET_LANGS = "C++/STL, C#, Java, JavaScript, Lua, Perl, PHP, Python, Ruby"

lazy val root = project.in(file(".")).
Expand Down

2 comments on commit 33655ad

@ams-tschoening
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that 0.8 is available/tagged, shouldn't the version be incremented to 0.9-SNAPSHOT again?

@GreyCat
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, right...

Please sign in to comment.