Skip to content

Commit

Permalink
chore: Update app version to 7.0.1
Browse files Browse the repository at this point in the history
Updated the `APP_VERSION` constant in `CommonConstants` from "7.0
.0" to "7.0.1". This change reflects a minor version update for the application.
  • Loading branch information
youndon committed Dec 18, 2024
1 parent 929150c commit 85f69ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package city.zouitel.systemDesign


object CommonConstants {
const val APP_VERSION = "7.0.0"
const val APP_VERSION = "7.0.1"
const val APP_NAME = "JetNote"
const val NONE = "unspecified"

Expand Down

0 comments on commit 85f69ba

Please sign in to comment.