We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf68769 commit 93d8e1dCopy full SHA for 93d8e1d
.github/workflows/makefile.yml
@@ -68,7 +68,7 @@ jobs:
68
if: startsWith(github.ref, 'refs/tags/v')
69
with:
70
draft: false
71
- prerelease: true
+ prerelease: false
72
files: |
73
/tmp/dist/unix_sockets*.tar.gz
74
configure.ac
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
19
# so you can encode the package version directly into the source files.
20
#-----------------------------------------------------------------------
21
22
-AC_INIT([unix_sockets], [0.4.1])
+AC_INIT([unix_sockets], [0.5])
23
24
#--------------------------------------------------------------------
25
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
0 commit comments