Returns the package version.
igraph_version()
A character scalar, the igraph version string.
The igraph version string is always the same as the version of the R package.
## Compare to the package version
packageDescription("igraph")$Version
#> [1] "2.1.4"
igraph_version()
#> [1] "2.1.4"