Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunklau committed Mar 1, 2024
1 parent b2a2d30 commit c35f0ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
short_ver = 1.1.11
last_ver = 1.1.10
short_ver = 1.1.12
last_ver = 1.1.11
long_ver = $(shell git describe --long 2>/dev/null || echo $(short_ver)-0-unknown-g`git describe --always`)
generated = aiven_extras.control \
sql/aiven_extras--$(short_ver).sql \
Expand Down
1 change: 1 addition & 0 deletions sql/aiven_extras--1.1.10--1.1.11.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- NOOP

0 comments on commit c35f0ce

Please sign in to comment.