2018-11-20 22:13:44 +02:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
# Increment packageVersion when package scripts change
|
2019-07-14 21:43:27 +02:00
|
|
|
packageVersion='3.0.2'
|
2018-11-20 22:13:44 +02:00
|
|
|
|
|
|
|
# For now we keep the build version and package version the same
|
|
|
|
buildVersion=$packageVersion
|
|
|
|
|