2018-11-20 21:13:44 +01:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
# Increment packageVersion when package scripts change
|
2022-03-04 18:45:36 -08:00
|
|
|
packageVersion='3.0.7'
|
2018-11-20 21:13:44 +01:00
|
|
|
|
|
|
|
# For now we keep the build version and package version the same
|
|
|
|
buildVersion=$packageVersion
|
|
|
|
|