mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 14:31:47 +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 ./...
|