#!/usr/bin/env sh
# SPDX-License-Identifier: MIT
# ──────────────────────────────────────────────────────────────────────────────
# $source: cappysan-dotfile-xfce-scripts$
# ──────────────────────────────────────────────────────────────────────────────
#
version=$(cat ${HOME}/.local/pipx/venvs/cappysan-dotfile-xfce-scripts/pyvenv.cfg | grep version_info | cut -d= -f2 | xargs | cut -d. -f1,2)
echo $version
