Skip to content

Commit 6db1170

Browse files
committed
bump to v0.2.0
Signed-off-by: Navid Yaghoobi <[email protected]>
1 parent ef5099a commit 6db1170

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
BIN := ./bin
22
GO := go
3-
TARGET := gopensky
43
SRC = $(shell find . -type f -name '*.go' -not -path "./vendor/*")
54
PRE_COMMIT = $(shell command -v bin/venv/bin/pre-commit ~/.local/bin/pre-commit pre-commit | head -n1)
65
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)
106

117
#=================================================
128
# Build binary, documents

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VERSION=0.2.0
2-
REVISION=dev.1
2+
REVISION=1

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.1'
54+
version = '0.2'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.1.0'
56+
release = '0.2.0'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

0 commit comments

Comments
 (0)