Skip to content

Commit

Permalink
docs: version is major
Browse files Browse the repository at this point in the history
  • Loading branch information
notwithering committed May 12, 2024
1 parent 3b312e4 commit 7a2cf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const EncryptionType string = "aes-256/gcm/b64r"
// Secure Hash Algorithm (256-bit) / Base64 (RAW) / Cut 32
const HashingType string = "sha-256/b64r/:32"

// The API version number.
// The major API version number.
const Version = "1"

// FIXME: Make asterisk note less wordy.
Expand Down

0 comments on commit 7a2cf20

Please sign in to comment.