Merge pull request #176 from lora-aprs/update_version_check

fix github action (jobs not running)
This commit is contained in:
Peter Buchegger 2022-03-27 01:50:12 +01:00 committed by GitHub
commit 228171c59b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,9 @@ on:
branches:
- '*'
- '!master'
pull_request:
branches:
- master
jobs:
version_check:

View file

@ -20,7 +20,7 @@
#include "TaskWifi.h"
#include "project_configuration.h"
#define VERSION "22.12.1"
#define VERSION "22.12.2"
#define MODULE_NAME "Main"
String create_lat_aprs(double lat);