mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
chore: bump version
This commit is contained in:
parent
a142afe022
commit
a99ed183a1
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module Dashboard
|
module Dashboard
|
||||||
VERSION = "0.1.11"
|
VERSION = "0.1.12"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue