summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Make.Rules2
-rw-r--r--cap/go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/Make.Rules b/Make.Rules
index 19c6715..98fb9db 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -41,7 +41,7 @@ GOPKGDIR=$(prefix)/share/gocode/src
# Common version number defines for libcap
LIBTITLE=libcap
VERSION=2
-MINOR=38
+MINOR=39
# Go modules have their own semantics. I plan to leave this value at 0
# and keep it there. The Go packages should always remain backwardly
diff --git a/cap/go.mod b/cap/go.mod
index 1e8b5e8..6c0d56a 100644
--- a/cap/go.mod
+++ b/cap/go.mod
@@ -2,4 +2,4 @@ module kernel.org/pub/linux/libs/security/libcap/cap
go 1.11
-require kernel.org/pub/linux/libs/security/libcap/psx v0.2.38
+require kernel.org/pub/linux/libs/security/libcap/psx v0.2.39