Compare commits

...

3 Commits

Author SHA1 Message Date
Ivan Chvets
54fc3dc6c4 fix: Updated CI with ubuntu-latest.
Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2025-05-02 10:20:07 -04:00
i-chvets
3e13e18f6c Merge pull request #113 from Telecominfraproject/version_update
WIFI-14165: Release 3.2 version update
2024-09-30 10:12:29 -04:00
Ivan Chvets
1977ecdfb7 fix: release 3.2 version update
https://telecominfraproject.atlassian.net/browse/WIFI-14165

Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
2024-09-30 09:35:21 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ defaults:
jobs:
docker:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
DOCKER_REGISTRY_URL: tip-tip-wlan-cloud-ucentral.jfrog.io
DOCKER_REGISTRY_USERNAME: ucentral

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(owsec VERSION 3.1.0)
project(owsec VERSION 3.2.0)
set(CMAKE_CXX_STANDARD 17)