File: version.rb

package info (click to toggle)
ruby-adamantium 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 284 kB
  • sloc: ruby: 741; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
5
6
7
8
# encoding: utf-8

module Adamantium

  # Gem version
  VERSION = '0.2.0'.freeze

end # Adamantium