Skip to content

Commit

Permalink
Prepare for release v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xizzhu committed Sep 6, 2020
1 parent eff63fc commit 43af2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Configurations {

object Versions {
object App {
const val code = 1601
const val code = 1602
val name: String by lazy {
"${code / 10000}.${(code % 10000) / 100}.${code % 100} " +
"(${LocalDate.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd"))})"
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
---------

#### Next release
#### v0.16.2 (2020-09-04)
- Refactoring:
- Migrate to use Hilt (#196)
- Bug fixes:
Expand Down

0 comments on commit 43af2be

Please sign in to comment.