Skip to content

Commit 93d8e1d

Browse files
committed
Remove prerelease marker
1 parent cf68769 commit 93d8e1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: startsWith(github.ref, 'refs/tags/v')
6969
with:
7070
draft: false
71-
prerelease: true
71+
prerelease: false
7272
files: |
7373
/tmp/dist/unix_sockets*.tar.gz
7474

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
1919
# so you can encode the package version directly into the source files.
2020
#-----------------------------------------------------------------------
2121

22-
AC_INIT([unix_sockets], [0.4.1])
22+
AC_INIT([unix_sockets], [0.5])
2323

2424
#--------------------------------------------------------------------
2525
# Call TEA_INIT as the first TEA_ macro to set up initial vars.

0 commit comments

Comments
 (0)