Skip to content

Commit

Permalink
Setting version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsilver committed Jul 14, 2023
1 parent 083df52 commit 3587b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ _A configuration library without any magic_
## Releasing

Run `sbt release` at the root to publish the artifacts to sonatype. For instructions on how to set up publishing, visit [this doc](https://docs.google.com/document/d/1rNXjoZDqZMsQblOVXPAIIOMWuwUKe3KzTCttuqS7AcY/edit).
Once the release is complete, push the automated commit to `main` which updated `version.sbt` as part of the release process.

## Goal
This library will help you load the configuration of your application from S3 or the SSM parameter store.
Expand Down
1 change: 1 addition & 0 deletions core/version.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ThisBuild / version := "1.6.0"

0 comments on commit 3587b19

Please sign in to comment.