Skip to content

Commit

Permalink
chore(release): v1.13.0 (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesyncim committed Apr 24, 2024
2 parents 2d32cad + d7e74a8 commit 5ece9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ MAKEFLAGS += --no-builtin-rules
MAKEFLAGS += -j$(NPROCS)

CURRENT_VERSION_MAJOR = 1
CURRENT_VERSION_MINOR = 12
CURRENT_VERSION_BUG = 1
CURRENT_VERSION_MINOR = 13
CURRENT_VERSION_BUG = 0

GIT_DESCRIBE := $(shell git describe)
GITHUB_HEAD_REF ?= $(shell git branch --show-current)
Expand Down

0 comments on commit 5ece9a2

Please sign in to comment.