File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
BIN := ./bin
2
2
GO := go
3
- TARGET := gopensky
4
3
SRC = $(shell find . -type f -name '* .go' -not -path "./vendor/* ")
5
4
PRE_COMMIT = $(shell command -v bin/venv/bin/pre-commit ~/.local/bin/pre-commit pre-commit | head -n1)
6
5
PKG_MANAGER ?= $(shell command -v dnf yum|head -n1)
7
- BUILDFLAGS := -mod=vendor $(BUILDFLAGS )
8
- VERSION = $(shell cat VERSION | grep VERSION | cut -d'=' -f2)
9
- REVISION = $(shell cat VERSION | grep REVISION | cut -d'=' -f2)
10
6
11
7
# =================================================
12
8
# Build binary, documents
Original file line number Diff line number Diff line change 1
1
VERSION=0.2.0
2
- REVISION=dev. 1
2
+ REVISION=1
Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '0.1 '
54
+ version = '0.2 '
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '0.1 .0'
56
+ release = '0.2 .0'
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments