Up the release version to 2.37

Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
diff --git a/Make.Rules b/Make.Rules
index 3973d2c..a4baa61 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -41,7 +41,7 @@
 # Common defines for libcap
 LIBTITLE=libcap
 VERSION=2
-MINOR=36
+MINOR=37
 
 # Go modules have their own semantics.
 GOMAJOR=0
diff --git a/cap/go.mod b/cap/go.mod
index 40f845a..2103cb2 100644
--- a/cap/go.mod
+++ b/cap/go.mod
@@ -1,3 +1,5 @@
 module kernel.org/pub/linux/libs/security/libcap/cap
 
 go 1.11
+
+require kernel.org/pub/linux/libs/security/libcap/psx v0.2.37