Skip to content

Commit

Permalink
Update version to v1.10.19
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jan 29, 2024
1 parent 4a7371d commit 4688b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion version/compatibility.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"31": [
"v1.10.18"
"v1.10.18",
"v1.10.19"
],
"30": [
"v1.10.15",
Expand Down
2 changes: 1 addition & 1 deletion version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
Current = &Semantic{
Major: 1,
Minor: 10,
Patch: 18,
Patch: 19,
}
CurrentApp = &Application{
Name: Client,
Expand Down

0 comments on commit 4688b3f

Please sign in to comment.