-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update changelog and version for release 1.5.0
- Loading branch information
1 parent
9359f0b
commit eb72b36
Showing
2 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# AUTO GENERATED changed_file, YOUR CHANGES WILL NOT REMAIN | ||
class_name AppVersion | ||
|
||
const version := "1.2.2"; | ||
const git_commit := "3b03b62420d43c7f700c593a924be162853331e8"; | ||
const git_branch := "feature/debugger-visualization"; | ||
const build_date := [2022, 09, 21, 19, 59, 52]; | ||
const build_date_unix := 1663783192; | ||
const build_date_iso := "2022/09/21 19:59:52;" | ||
const version := "1.5.0"; | ||
const git_commit := "9359f0bb2d0c197cf469d9b773cafc604604d65e"; | ||
const git_branch := "release"; | ||
const build_date := [2023, 10, 06, 10, 30, 59]; | ||
const build_date_unix := 1696581059; | ||
const build_date_iso := "2023/10/06 10:30:59;" |