File: version.rb

package info (click to toggle)
ruby-rbnacl 7.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 576 kB
  • sloc: ruby: 2,927; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
# encoding: binary
# frozen_string_literal: true

# NaCl/libsodium for Ruby
module RbNaCl
  # The library's version
  VERSION = "7.1.2"
end