1
0
mirror of https://github.com/askn/faker.git synced 2023-08-10 21:13:01 +03:00

Bump version to 0.4.1 to tag it as shards expect

This commit is contained in:
Jose Luis Salas 2020-11-01 18:02:03 +01:00
parent 83c938838b
commit 5b7a1a9e92
No known key found for this signature in database
GPG Key ID: 2C938A963B1DBC31
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,3 +1,3 @@
module Faker
VERSION = "0.3.0"
VERSION = "0.4.1"
end