Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timgent committed Oct 15, 2020
1 parent 00a14fb commit ba8daef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import xerial.sbt.Sonatype.GitHubHosting

val sparkVersion = settingKey[String]("Spark version")

val currVersion = "0.1.10"
val currVersion = "0.1.11"

ThisBuild / organization := "com.github.timgent"
ThisBuild / organizationName := "timgent"
Expand Down
2 changes: 1 addition & 1 deletion docs-source/developer-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ https://github.com/xerial/sbt-sonatype

To publish a new version do the following in an sbt shell:
```
release
python3 mini-cross-build.py
```

## Documentation creation and publishing
Expand Down

0 comments on commit ba8daef

Please sign in to comment.