Skip to content

Conversation

@danmar
Copy link
Contributor

@danmar danmar commented Nov 17, 2025

Command:
find -name * -type f | grep -v .git | xargs sed -i 's|1[.]2[.]1|1.2.3|'

Command:
find -name \* -type f | grep -v .git | xargs sed -i 's|1[.]2[.]1|1.2.3|'
@danmar
Copy link
Contributor Author

danmar commented Nov 17, 2025

sounds like there is a proper mechanism for setting the version.. sed is not the proper approach.

@danmar danmar closed this Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants