chore: bump version

This commit is contained in:
Nelson Jovel 2024-02-07 13:47:55 -08:00
parent a142afe022
commit a99ed183a1
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ module Dashboard
academic_years << { range: } academic_years << { range: }
end end
AcademicYear.upsert_all(academic_years, unique_by: :range) Dashboard::AcademicYear.upsert_all(academic_years, unique_by: :range)
end end
def seed_districts_and_schools(csv_file) def seed_districts_and_schools(csv_file)

View file

@ -1,3 +1,3 @@
module Dashboard module Dashboard
VERSION = "0.1.11" VERSION = "0.1.12"
end end