PageRenderTime 48ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/bitbucket-backup/version.rb

https://bitbucket.org/mariusmarais/bitbucket-backup
Ruby | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | e336114a587fa16bf4edc020c7cdb437 MD5 | raw file
Possible License(s): 0BSD
  1. module Bitbucket
  2. module Backup
  3. VERSION = "0.2.1"
  4. end
  5. end