mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-01 18:47:26 +01:00
5 lines
144 B
Bash
5 lines
144 B
Bash
#!/bin/bash
|
|
echo $1 > VERSION
|
|
sed -i -e "s/.*buildVersion = \"*.*/buildVersion = \"$1\"/" ./connection.go
|
|
go fmt ./...
|