summaryrefslogtreecommitdiffstats
path: root/cnp.go
diff options
context:
space:
mode:
Diffstat (limited to 'cnp.go')
-rw-r--r--cnp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnp.go b/cnp.go
index 9ba8444..d5a3210 100644
--- a/cnp.go
+++ b/cnp.go
@@ -11,6 +11,6 @@ const (
// VersionMajor is the major CNP version (X in cnp/X.Y).
VersionMajor = 0
- // VersionMinor is the major CNP version (Y in cnp/X.Y).
+ // VersionMinor is the minor CNP version (Y in cnp/X.Y).
VersionMinor = 3
)