diff --git a/.gitattributes b/.gitattributes index 73704d2e..054d8597 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.ipynb linguist-detectable=false \ No newline at end of file +*.ipynb linguist-detectable=false +* text=auto \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8143b4a8..a1ec1972 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/src/include/Version.h b/src/include/Version.h index 331c17cc..32f3ae4a 100644 --- a/src/include/Version.h +++ b/src/include/Version.h @@ -1,3 +1,3 @@ #pragma once -const char* ff_version = "v1.1.20"; +const char* ff_version = "v1.3.0";