Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
I should remember to do this more often
  • Loading branch information
alpha-tango-kilo committed May 14, 2024
1 parent a5f5b17 commit c7a7223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# @github.com/mfaerevaag/wd

# version
readonly WD_VERSION=0.5.2
readonly WD_VERSION=0.7.0

# colors
readonly WD_BLUE="\033[96m"
Expand Down

4 comments on commit c7a7223

@zimeg
Copy link
Contributor

@zimeg zimeg commented on c7a7223 May 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appreciate this tons ❤️ It might be interesting to use an action that'd take a version number as input to tag and create releases? I'm open to experimenting with this sometime soon, but also wanted to share!

@alpha-tango-kilo
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah absolutely you could do this in a GitHub action. If you want to PR it to save my forgetfulness I'd be greatful, but I'm unlikely to get around to it myself.

Out of interest, what do you use this variable for?

@zimeg
Copy link
Contributor

@zimeg zimeg commented on c7a7223 May 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet! I'll add this to some upcoming TODOs - these scripts can be fun to write. This is no knock at forgetfulness either, just a preference for magic computer automation! 🤖 🚀

I don't use WD_VERSION so much but I check --version between upgrades and just find versioning to be a fun topic overall 🤓

@alpha-tango-kilo
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does wd even support --version? 😂

No rush or pressure from me for the contribution, but happy to review it should it come along 😊

Please sign in to comment.