Skip to content

Commit

Permalink
Prepare for Release 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
thibaultmeyer committed Nov 27, 2023
1 parent e181779 commit a6afe63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
--data-binary @$FILE "https://uploads.github.com/repos/thibaultmeyer/libsnowflakeid/releases/$RELEASE_ID/assets?name=$FILE_BASENAME"
build-linux-centos:
name: CentOS
name: AlmaLinux

runs-on: ubuntu-latest
container: 'centos:latest'
container: 'almalinux:latest'

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ INCLUDE(LeadingZero)

# Configure version.h file
SET(LIBSNOWFLAKEID_VERSION_MAJOR "1")
SET(LIBSNOWFLAKEID_VERSION_MINOR "2")
SET(LIBSNOWFLAKEID_VERSION_MINOR "3")
SET(LIBSNOWFLAKEID_VERSION_PATCH "0")

LEADING_ZERO(PADDED_VERSION_MINOR 3 ${LIBSNOWFLAKEID_VERSION_MINOR})
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libsnowflakeid

[![Latest release](https://img.shields.io/badge/latest_release-1.2.0-orange.svg)](https://github.com/thibaultmeyer/libsnowflakeid/releases)
[![Latest release](https://img.shields.io/badge/latest_release-1.3.0-orange.svg)](https://github.com/thibaultmeyer/libsnowflakeid/releases)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/thibaultmeyer/libsnowflakeid/blob/master/LICENSE)
[![CodeFactor](https://www.codefactor.io/repository/github/thibaultmeyer/libsnowflakeid/badge)](https://www.codefactor.io/repository/github/thibaultmeyer/libsnowflakeid)
[![Repository size](https://img.shields.io/github/repo-size/thibaultmeyer/libsnowflakeid.svg?logo=git)](https://github.com/thibaultmeyer/libsnowflakeid)
Expand Down

0 comments on commit a6afe63

Please sign in to comment.