mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Designate make version as PHONY (#2228)
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,6 +5,8 @@
|
||||
# PATCH: Increment this each time you want to publish a new Firezone version.
|
||||
version = 1.20231001.0
|
||||
|
||||
.PHONY: version
|
||||
|
||||
version:
|
||||
@find elixir/ -name "mix.exs" -exec sed -i '' -e '/mark:automatic-version/{n;s/[0-9]*\.[0-9]*\.[0-9]*/$(version)/;}' {} \;
|
||||
@find rust/ -name "Cargo.toml" -exec sed -i '' -e '/mark:automatic-version/{n;s/[0-9]*\.[0-9]*\.[0-9]*/$(version)/;}' {} \;
|
||||
|
||||
Reference in New Issue
Block a user