Skip to content

Commit

Permalink
version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bwnance committed Nov 7, 2023
1 parent 5cccd3b commit cc99f15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ out
*.pyc
.config
.config.old
klippy/.version
.history/
.DS_Store
ci_build/
Expand Down
1 change: 1 addition & 0 deletions klippy/.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v69.0.0
2 changes: 1 addition & 1 deletion scripts/make_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main(argv):
)
args = p.parse_args()
print(
util.get_git_version(from_file=False)["version"],
util.get_git_version(from_file=True)["version"],
args.distroname.replace(" ", ""),
sep="-",
)
Expand Down

0 comments on commit cc99f15

Please sign in to comment.