Skip to content

Commit

Permalink
Set Release Version
Browse files Browse the repository at this point in the history
  • Loading branch information
isomarcte committed May 11, 2021
1 parent 5a2b5da commit 105ddad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The SBT Version Scheme Enforcer plugin is a plugin which automatically configure
If you are using git, then all you need to do is add the plugin to your `project/plugins.sbt` file. If you are _not_ using git, then you will additionally have to set `versionSchemeEnforcerPreviousVersion` with your previous version.

```scala
addSbtPlugin("io.isomarcte" % "sbt-version-scheme-enforcer-plugin" % "2.0.0.0")
addSbtPlugin("io.isomarcte" % "sbt-version-scheme-enforcer-plugin" % "2.0.0.1")
```

And ensure you've set `versionScheme` in your `build.sbt`.
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "2.0.0.1-SNAPSHOT"
ThisBuild / version := "2.0.0.1"

0 comments on commit 105ddad

Please sign in to comment.