0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-04-29 13:09:54 +00:00
crazy-max_diun/vendor/github.com/rabbitmq/amqp091-go/change_version.sh

4 lines
144 B
Bash

#!/bin/bash
echo $1 > VERSION
sed -i -e "s/.*buildVersion = \"*.*/buildVersion = \"$1\"/" ./connection.go
go fmt ./...