This commit is contained in:
GrantBirki 2024-06-10 13:32:32 -07:00
Родитель 848f2dd371
Коммит 0f0d63979b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 96DF969ECBD266FE
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
entitlements-gitrepo-auditor-plugin (0.4.1) entitlements-gitrepo-auditor-plugin (1.0.0)
contracts (~> 0.17) contracts (~> 0.17)
entitlements-app (~> 1.0) entitlements-app (~> 1.0)

Просмотреть файл

@ -2,6 +2,6 @@
module Entitlements module Entitlements
module Version module Version
VERSION = "0.4.1" VERSION = "1.0.0"
end end
end end