2018-11-20 20:13:44 +00:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
# Increment packageVersion when package scripts change
|
2022-08-06 22:36:38 +00:00
|
|
|
packageVersion='3.0.9'
|
2018-11-20 20:13:44 +00:00
|
|
|
|
|
|
|
# For now we keep the build version and package version the same
|
|
|
|
buildVersion=$packageVersion
|
|
|
|
|