1
0
mirror of https://github.com/askn/faker.git synced 2023-08-10 21:13:01 +03:00
This commit is contained in:
Aşkın Gedik 2022-04-04 21:43:44 +03:00
parent 9f8608f7cd
commit 99afcf6407
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: faker
version: 0.7.0
version: 0.8.0
authors:
- Aşkın Gedik <askn@bil.omu.edu.tr>

View File

@ -1,3 +1,3 @@
module Faker
VERSION = "0.7.0"
VERSION = "0.8.0"
end