mirror of
https://github.com/crazy-max/diun.git
synced 2025-04-29 13:09:54 +00:00
4 lines
144 B
Bash
4 lines
144 B
Bash
#!/bin/bash
|
|
echo $1 > VERSION
|
|
sed -i -e "s/.*buildVersion = \"*.*/buildVersion = \"$1\"/" ./connection.go
|
|
go fmt ./...
|