Skip to content

Commit

Permalink
Revert "Set version to 0.5.0-RC3"
Browse files Browse the repository at this point in the history
This reverts commit 1f82cf7.
  • Loading branch information
WojciechMazur committed Apr 4, 2024
1 parent 1f82cf7 commit b31c0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def generateScalaNativeCurrentYear():
# The short X.Y version.
version = u'0.5'
# The full version, including alpha/beta/rc tags.
release = u'0.5.0-RC3'
release = u'0.5.0-SNAPSHOT'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nir/src/main/scala/scala/scalanative/nir/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Versions {
final val revision: Int = 10 // a.k.a. MINOR version

/* Current public release version of Scala Native. */
final val current: String = "0.5.0-RC3"
final val current: String = "0.5.0-SNAPSHOT"
final val currentBinaryVersion: String = binaryVersion(current)

private object FullVersion {
Expand Down

0 comments on commit b31c0ac

Please sign in to comment.