OH2.3 upgrade on raspbian jessie - apt doesn't find it

hi
I wanted to upgrade my OH2.2 to 2.3 but apt-get doesn’t find anything newer than 2.3.
My repo list is

 more /etc/apt/sources.list.d/openhab2.list
deb https://dl.bintray.com/openhab/apt-repo2 stable main

and then apt-cache shows

apt-cache showpkg openhab2
Package: openhab2
Versions:
2.2.0-1 (/var/lib/apt/lists/dl.bintray.com_openhab_apt-repo2_dists_stable_main_binary-armhf_Packages) (/var/lib/dpkg/status)
 Description Language:
                 File: /var/lib/apt/lists/dl.bintray.com_openhab_apt-repo2_dists_stable_main_binary-armhf_Packages
                  MD5: 326ece3868ef747762229ee66dc0da02

2.1.0-1 (/var/lib/apt/lists/dl.bintray.com_openhab_apt-repo2_dists_stable_main_binary-armhf_Packages)
 Description Language:
                 File: /var/lib/apt/lists/dl.bintray.com_openhab_apt-repo2_dists_stable_main_binary-armhf_Packages
                  MD5: 326ece3868ef747762229ee66dc0da02

2.0.0-1 (/var/lib/apt/lists/dl.bintray.com_openhab_apt-repo2_dists_stable_main_binary-armhf_Packages)
 Description Language:
                 File: /var/lib/apt/lists/dl.bintray.com_openhab_apt-repo2_dists_stable_main_binary-armhf_Packages
                  MD5: 326ece3868ef747762229ee66dc0da02


Reverse Depends:
  openhab2-addons-legacy,openhab2
  openhab2-addons-legacy,openhab2
  openhab2-addons-legacy,openhab2
  openhab2-addons,openhab2
  openhab2-addons,openhab2
  openhab2-addons,openhab2
Dependencies:
2.2.0-1 - adduser (0 (null)) zulu-8 (16 (null)) zulu-embedded-8 (16 (null)) oracle-java8-installer (16 (null)) openjdk-8-jdk-headless (0 (null)) openhab2-online (0 (null)) openhab2-offline (0 (null))
2.1.0-1 - adduser (0 (null)) openhab2-online (0 (null)) openhab2-offline (0 (null))
2.0.0-1 - adduser (0 (null)) openhab2-online (0 (null)) openhab2-offline (0 (null))
Provides:
2.2.0-1 -
2.1.0-1 -
2.0.0-1 -
Reverse Provides:

I tried apt-get clean before obviously.

upgrade from 2.1 to 2.2 using apt-get update && upgrade was done properly

I tried also upgrade script in runtime directory but it tells me to use apt for this. Thanks in advance for help

Hi @witek_1308,

2.2.0 is the latest stable version of openHAB. Currently, there are snapshot versions that contain the latest additions in the “unstable” repository.

If you want to move to the unstable repo, then follow the instructions here for the snapshot release - particularly the part about the repo url.

Hope that helps!
Ben

@Ben,
many thanks. Stupid me. For whatever reason I assumed 2.3 is stable…