Skip to content

Commit

Permalink
Bump to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philn committed Aug 20, 2024
1 parent 624e474 commit c03a0f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "glide"
readme = "README.md"
repository = "https://github.com/philn/glide"
version = "0.6.4"
version = "0.6.5"

[dependencies]
directories = "4.0"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('glide', 'rust', version : '0.6.4', license : 'MIT')
project('glide', 'rust', version : '0.6.5', license : 'MIT')

glide_version = meson.project_version()
version_array = glide_version.split('.')
Expand Down

0 comments on commit c03a0f6

Please sign in to comment.