2018-11-20 22:13:44 +02:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
# Increment packageVersion when package scripts change
|
2022-04-24 06:18:23 +02:00
|
|
|
packageVersion='3.0.8'
|
2018-11-20 22:13:44 +02:00
|
|
|
|
|
|
|
# For now we keep the build version and package version the same
|
|
|
|
buildVersion=$packageVersion
|
|
|
|
|