Skip to content

Commit

Permalink
Update Travis credentials (#79)
Browse files Browse the repository at this point in the history
* [TRAVIS] skip clean-up

Bump to v1.2.9
  • Loading branch information
bathomas authored Jun 1, 2021
1 parent ee2a572 commit 1a5513c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ deploy:
file: "*.tar.gz"
file_glob: true
draft: true
skip_cleanup: true
on:
tags: true
all_branches: true
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif()

SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 2)
SET(VERSION_PATCH 7)
SET(VERSION_PATCH 9)

MAKE_DIRECTORY(${PROJECT_BINARY_DIR}/config)

Expand Down

0 comments on commit 1a5513c

Please sign in to comment.